home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / com / computer / casio_st / prog_fx / oisac2 / affiche1.txt < prev    next >
Text File  |  1994-03-01  |  278b  |  7 lines

  1. 1 '*** GADGET *** AFFICHE1 ***
  2. 5 CLS:CLEAR:INPUT"Ecris un message puis appuie surla touche [EXE] :",A$:CLS
  3. 10 IFA$="";A$="DEMONSTRATION"
  4. 20 L=LEN(A$):K=16-L/2:FORI=65TO90:FORJ=1TOL:C$=MID$(A$,J,1):IFASC(C$)>I;C$=CHR$(I)
  5. 30 B$=B$+C$:NEXT:PRINTCSRK;B$;:IFB$<>A$;B$="":NEXT
  6.  
  7.